From 5500d3a801260a01699a1308167237cc473a3e93 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Tue, 21 Oct 2014 19:10:17 -0500 Subject: [PATCH] Don't try to build src/macuvs.h (via IVD_Sequences.txt) These are OS X specific, and were removed for now, due to uncertainty over the licensing. --- admin/unidata/Makefile.in | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in index 3074864bb68..3ad81a94bae 100644 --- a/admin/unidata/Makefile.in +++ b/admin/unidata/Makefile.in @@ -33,12 +33,7 @@ emacs = "${EMACS}" -batch --no-site-file --no-site-lisp .PHONY: all compile install -all: ${top_srcdir}/src/macuvs.h ${DSTDIR}/charprop.el - -${top_srcdir}/src/macuvs.h: ${srcdir}/uvs.el ${srcdir}/IVD_Sequences.txt - ${EMACS} -batch -l "${srcdir}/uvs.el" \ - --eval '(uvs-print-table-ivd "${srcdir}/IVD_Sequences.txt" "Adobe-Japan1")' \ - > $@ +all: ${DSTDIR}/charprop.el .el.elc: ${emacs} -f batch-byte-compile $< @@ -87,7 +82,6 @@ maintainer-clean: distclean ## change and it slows down bootstrap (a tiny bit). ## Cf leim/ja-dic (which is much slower). extraclean: - rm -f ${top_srcdir}/src/macuvs.h if test -f ${DSTDIR}/charprop.el; then \ (cd ${DSTDIR} && rm -f `sed -n 's/^;; FILE: //p' < charprop.el`); \ rm -f ${DSTDIR}/charprop.el; \ -- 2.30.2